home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 2 / Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin / MAC / THINKC / 5 / BOOZ_MAC / BOOZ_2 / FUNC.H < prev    next >
Text File  |  1992-07-19  |  468b  |  27 lines

  1. /* OBSOLETE -- NOW PART OF BOOZ.H */
  2. /* 
  3. The contents of this file are hereby released to the public domain.
  4.                                    -- Rahul Dhesi 1987/02/08
  5. */
  6.  
  7. /* Functions defined by Booz */
  8.  
  9. int getfile ();
  10. int lzd ();
  11. int readdir ();
  12. int rd_zooh ();
  13. int rd_dir ();
  14. int addbfcrc();
  15. int prterror();
  16. int oozext ();
  17. int putstr ();
  18. char *itoa ();
  19. int fixfname ();
  20.  
  21. /* Standard functions */
  22.  
  23. char *malloc();
  24. char *strcpy();
  25. char *strcat();
  26. char *strncat();
  27.